home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / disk_tools / cd32tools / debug.c < prev    next >
C/C++ Source or Header  |  1995-05-29  |  92b  |  11 lines

  1. /*
  2.     call the debugger
  3. */
  4.  
  5. #include <proto/exec.h>
  6.  
  7. int main (void)
  8. {
  9.     Debug(0);
  10.     return 0;
  11. }